-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TTRN-678: Viteによる書き直し・リファクタ #14
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ask: Station1ではライブラリのバージョンアップを実施する内容になっており、その対象は React と React-router としてある。問題文を変更する想定か、package.jsonをあとで変更する想定か確認したいです。
memo:
ここまでのRailwayでBEMもSaSSも扱ってるので大丈夫だと思います!! 💯 |
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"prettier": "^3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ask: station2で eslint, prettier の導入があるのであとではずす想定かなと理解してます。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他が問題なさそうならインデントをわざと崩した後に除去する予定です
明確に指定してあるなら落とした方が良さそうですね...(もしかするとReact 18のcreateRoot対応とreact-router v5→v6のAPI変更を意図していたりする...?)落としておきます |
Close TTRN-678.
概要
注意: 問題の修正が必要なので、コードが問題なさそうならまたDraftに戻します。
補足事項
コード量比較
BEFORE
AFTER